home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / scim / README.GTK < prev    next >
Encoding:
Text File  |  2010-07-03  |  1.5 KB  |  28 lines

  1. In GTK+ 2.x applications, you can use SCIM in two different modes, XIM mode or
  2. GTK IM mode.  In order to use GTK IM mode, you need to install package
  3. scim-gtk2-immodule (which depends on scim-modules-socket).  Then the
  4. environment variable GTK_IM_MODULE will be used to determine which mode SCIM
  5. will use.  To use XIM mode, set GTK_IM_MODULE to xim (also remember you need
  6. to set XMODIFIERS to @im=SCIM); to use GTK IM mode, set it to scim.
  7.  
  8. Note that all GTK+ applications should work fine with SCIM in XIM mode, so the
  9. package scim-gtk2-immodule is not essential for using SCIM in GTK+/GNOME
  10. environments.  A big disadvantage of using GTK IM mode is that it may cause
  11. mysterious crashes if the GTK+ application (or some module the application
  12. dynamically loads) is linked to a different version of standard C++ library
  13. (libstdc++) as SCIM is linked to.  For example, Adobe Reader (acroread)
  14. version 7 and the official Mozilla Firefox from mozilla.org are both linked to
  15. libstdc++5, so they will crash if you try to use the SCIM packages in unstable
  16. (which are linked to libstdc++6) with them in GTK IM mode if package to supply
  17. such modules are installed.  
  18.  
  19. There were some concern to use GTK_IM_MODULE, but that problem seems to be
  20. gone by now.  For more details, look at Debian bug #323216 [1].
  21.  
  22. The new scim-bridge-agent/scim-bridge-client-gtk combinations offer another
  23. communication path between SCIM and the clients (IMModules).
  24.  
  25. 1. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=323216
  26.  
  27. vim:textwidth=78:
  28.